services.podman.volumes.<name>.labels

The labels to apply to the volume.

Type
attribute set of string
Default
{ }
Example
{
  app = "myapp";
  some-label = "somelabel";
}
Declared
<home-manager/modules/services/podman/linux/volumes.nix>